* {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

body a {
    color: #333;
    text-decoration: none;
}

body a:link {
    text-decoration: none;
    color: #333;
}

body a:visited {
    text-decoration: none;
    color: #333;
}

body a:hover {
    text-decoration: none;
    color: #333;
}

body a:active {
    text-decoration: none;
    color: #333;
}

ul,
li {
    list-style: none;
}

body {
    overflow-x: hidden;
}

input,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: 0;
    font: inherit;
    box-shadow: none;
    outline: none;
}

.header {
    position: fixed;
    width: 100%;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 1000;
    /* box-shadow: none;  */
    box-shadow: 6px 2px 10px rgba(0, 0, 0, 0.1);
}

.header .header_box {
    padding: 20px 0 16px 0;
    display: flex;
    justify-content: space-between;
}
.header .header_box_phone, .header .menu_nav_phone{display: none;}
.menu_nav_phone.active{display: block;}
.header_box .header_left a {
    display: block;
}

.header_box .header_right .header_search {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 20px;
    align-items: center;
}

.header_right .header_search .header_search_nav, .header_top_nav{
    display: flex;
    align-items: center;
    margin-right: 30px;
    /* padding-bottom: 20px; */
}

.header_search .header_search_nav .header_search_item {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    width: 80px;
    justify-content: center;
}
.header_top_nav .header_top_item{
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    width: 16.6666667%;
    justify-content: center;
}
.header_search .header_search_nav .header_search_item:hover .icon i, .header_top_nav .header_top_item:hover .icon i {
    background-color: #0f60c8;
    transition: all 1s;
}

.header_search_nav .header_search_item a, .header_top_nav .header_top_item a {
    display: block;
    /* padding-bottom: 20px; */
}

.header_search_item a .icon, .header_top_item a .icon  {
    display: flex;
    justify-content: center;
    margin-bottom: 4px;
}

.header_search_item a .text, .header_top_item a .text{
    font-size: 14px;
    text-align: center;
}

.header_search_item a .icon i{
    font-size: 18px;
    color: white;
    background: #C9DFFD;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 34px;
}
.header_top_item a .icon i{
    font-size: 18px;
    color: white;
    background: #0953B3;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 34px;
}
.header_search_item .tooltips, .header_top_item .tooltips{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 999;
    top: 60px;
    color: white;
    padding: 6px;
    background: #2173dd;
    white-space: nowrap;
    transition: opacity ease-in-out 0.5s;

}

.header_search_item .tooltips img, .header_top_item .tooltips img {
    min-width: 120px;
}

.header_search_item .tooltips::before, .header_top_item .tooltips::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    top: -10px;
    left: 50%;
    transform: translate(-50%);
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #2173dd;
    /* 这个颜色就是三角形的颜色 */
}

.header_search_item:hover .tooltips, .header_top_item:hover .tooltips {
    opacity: 1;
    visibility: visible;
}

.header_search_item:hover .tooltips img, .header_top_item:hover .tooltips img {
    width: 100%;
    height: 100%;
}
/* 移动端头部 */
.header_top_nav{padding: 15px 0;}
.header_middle_menu{display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;padding: 15px 0;}
.header_middle_menu .header_middle_menu{} 
.header_middle_menu .header_logo_box a{width: 100%;}
.header_middle_menu .header_logo_box a img{max-height: 109px; max-width: 127px;}
.header_middle_right{display: flex;align-items: center;}
.header_middle_right .search_box {position: relative;}
.header_middle_right .search_box input{border: 1px solid #4D9BD9;width: 300px; height:50px;padding-left:20px; border-radius: 25px;box-shadow: 0px 4px 10px 0px rgba(230,230,230,0.8);}
.header_middle_right .search_box button{ position: absolute; right: 10px;top: calc(50% - 9px);}
.header_middle_right .search_box button i{padding: 10px;border-radius: 50%;background-color: #01449B;color: white;}
.header_middle_right .menu_box .menu_btn{margin-left:35px;}
.header_middle_right .menu_box .menu_btn i{font-size:50px;color:#0F4D9E;}
.menu {background-color: #01449B;width: 100%;height:calc(100vh - 224px); color: white;padding: 50px;}
.menu ul {list-style: none; padding: 0;margin: 0;}
.menu > ul > li {position: relative;}
.menu ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px 15px 20px;
    color: white;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);}
.menu ul li a i{transform: rotate(180deg);}
.menu ul li a:hover { background-color: #003f8a;}
.menu ul li ul {  display: block;
    max-height: 0; /* 初始高度为 0 */
    overflow: hidden;
    background-color: #01449B;
    transition: max-height 0.6s ease-out;}
.menu ul li ul li a {padding-left: 40px;}
.menu ul li.open > ul { max-height: 500px;}
.menu ul li.open > a > i{transition: all ease-in-out .3s; transform: rotate(270deg);}
.menu ul li a .arrow {margin-left: auto;font-size: 12px;}
.menu ul li:not(:has(ul)) 
.arrow {display: none;}

/* 移动端头部结束 */
.header_search .header_search_input {
    height: 43px; 
    line-height: 41px;
    position: relative;
}

.header_search .header_search_input input {
    background: #FFFFFF;
    border-radius: 4px 0px 0px 4px;
    border: 1px solid #C9DFFD;
    width: 280px;
    padding-left: 20px;
    margin-right: 92px;
}

.header_search .header_search_input input::placeholder {
    color: #999999;
}

.header_search .header_search_input button {
    padding: 0.5px 20px;
    background: #0f60c8;
    border-radius: 0px 4px 4px 0px;
    color: white;
    position: absolute;
    right: 0;
}

.header_search .header_search_input button i {
    margin-right: 5px;
    color: white;
}

.header_menu .header_menu_list {
    display: flex;
    justify-content: end;
}

.header_menu .header_menu_list .header_menu_item {
    margin-right: 50px;
    position: relative;
    padding-bottom: 10px;
}

.header_menu .header_menu_list .header_menu_item:last-child {
    margin-right: 0;
}

.header_menu .header_menu_list .header_menu_item>a {
    font-size: 28px;
    font-weight: 600;
    color: #222222;
    display: block;
    line-height: 1;
}

.header_menu .header_menu_list .header_menu_item:hover>a {
    color: #0953B3;
}

.header_menu .header_menu_list .header_menu_item .header_menu_item_list {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 33px;
    left: 50%;
    transform: translate(-9999px);
    text-align: center;
    transition: opacity 0.5s;
}

.header_menu .header_menu_list .header_menu_item:hover>.header_menu_item_list {
    opacity: 1;
    z-index: 999;
    transform: translate(-50%);
}

.header_menu .header_menu_list .header_menu_item .header_menu_item_list a {
    transition: all 0.5s;
    display: block;
    white-space: nowrap;
    font-size: 20px;
    padding: 10px 20px;
    color: white;
    background-color: #0953B3;
}

.header_menu .header_menu_list .header_menu_item .header_menu_item_list .header_menu_item_item:hover a {
    background-color: white;
    color: #0953B3;
    box-shadow: 1px 1px 6px 0px rgba(204, 156, 98, 0.35);
}

.index_banner {
    margin-top: 150px;
}


.index_banner .swiper {
    width: 100%;
}

.index_banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_banner .swiper-slide>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_banner .swiper-slide .phone_img{display: none;}
.index_banner .swiper-slide .index_banner_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.index_banner .swiper-slide.swiper-slide-active .index_banner_title {
    opacity: 1;
    transition: opacity 2s ease-in-out;
}

.index_banner .swiper-pagination-bullet,
.mian_one_left .swiper-pagination-bullet {
    background-color: white;
}

/* 更多 */
body .mian .more_box:hover a {
    background-color: #9AC0F4;
    color: white;
    transition: all 0.3s ease;
}

.mySwiper4 {
    width: 400px;
    margin-left: initial;
    padding-bottom: 50px;
}

.mySwiper5 {
    height: 100%;
}

.mian {
    margin-top: 60px;
}

.mian .mian_one .mian_one_box {
    display: flex;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.mian_one .mian_one_left {
    width: calc(50% - 25px);
    margin-right: 50px;
}

.mian_one_left .swiper-pagination {
    background-color: rgba(0, 0, 0, 0.3);
    width: 20%;
    margin: 0 auto;
    border-radius: 11px;
    left: calc(50% - 10%);
    bottom: 78px;
}

.mian_one_left .swiper_title {
    padding: 20px 0;
    width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.mySwiper4 .swiper-button-next {
    left: 110px;
    top: 97%;
}

.mySwiper4 .swiper-button-prev {
    left: 60px;
    top: 97%;
}

.mian_one_left .swiper-button-prev,
.mian_one_left .swiper-button-next {
    right: 0;
    top: 94.5%;
}

.mian_one_left .swiper-button-prev,
.mian_one_left .swiper-button-next,
.mian_five .swiper-button-prev,
.mian_five .swiper-button-next {
    color: white;
    height: 40px;
    width: 40px;
    background: linear-gradient(0deg, #2173DE, #0852B2);
}

.mian_one_left .swiper-button-prev {
    top: 94.5%;
    right: 45px;
    left: auto;
}

.mian_one_left .swiper-button-next.swiper-button-disabled,
.mian_one_left .swiper-button-prev.swiper-button-disabled,
.mian_five .swiper-button-next.swiper-button-disabled,
.mian_five .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    background: linear-gradient(180deg, #93A5CF, #BAC8E0);
    border-radius: 0px;
}

.mian_one_left .swiper-button-next:after,
.mian_one_left .swiper-button-prev:after,
.mian_five .swiper-button-next:after,
.mian_five .swiper-button-prev:after {
    font-size: 18px;
    font-weight: bold;
}

.mian_one_left .swiper-slide a {
    display: block;
    width: 100%;
    height: 500px;
}

.mian_one_left .swiper-slide a img {
    width: 100%;
    height: 88%;
}

.mian_one .mian_one_right {
    flex: 1;
}

.mian_one_right {
    width: calc(50% - 25px);
    overflow: hidden;
    position: relative;
}

.mian_one_right .mian_one_right_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #E8E8E8;
}

.mian_one_right .mian_one_right_title .right_title_nav {
    display: flex;
    align-items: center;
}

.mian_one_right_title .right_title_nav .right_title_item {
    font-weight: bold;
    margin-right: 50px;
    font-size: 30px;
    position: relative;
    cursor: default;
}

.mian_one_right_title .right_title_nav .right_title_item::before {

    content: '';
    width: 0%;
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, #2173DE, #0852B2);
    bottom: -15px;
    transition: all 0.3s ease;
}

.mian_one_right_title .right_title_nav .right_title_item.active::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, #2173DE, #0852B2);
    bottom: -15px;
}

.mian_one_right_title .right_title_nav .right_title_item:last-child {
    margin-right: 0px;
}

.mian_one_right_title .right_title_nav .right_title_item.active {
    color: #0953B3;
}

.mian_one_right_title .right_title_nav .right_title_item:hover {
    transition: all 0.3s ease;
    color: #0953B3;
}

.mian_one_right_title .right_title_nav .right_title_item:hover::before {

    content: '';
    width: 100%;
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, #2173DE, #0852B2);
    bottom: -15px;
    transition: all 0.5s ease;
}

.details_list .details_item {
    transition: all 0.5s cubic-bezier(0, 1.32, 1, 1);
    position: absolute;
    right: -3000px;
    width: 100%;
}

.details_list .details_item.active {
    display: block;
    right: 0;
}

.section_detail {
    text-align: center;
}

.section_detail.round p::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #333333;
    position: absolute;
    border-radius: 50%;
    left: 15px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.section_detail p {
    line-height: 30px;
    white-space: break-spaces;
    margin: 0 0 2px;
    position: relative;
}

.section_detail img {
    max-width: 100%;
}

.section_detail p {
    text-align: left;
}

.mian_one_right_title .right_title_more {
    border-radius: 4px;
    border: 1px solid #C9DFFD;
}

.mian_one_right_title .right_title_more a {
    display: block;
    color: #9AC0F4;
    line-height: 1;
    padding: 5px 10px;
}

.mian_one_right_title .right_title_more a span {
    margin-right: 3px;
}

.mian_one_right .mian_one_right_details {
    margin-bottom: 40px;
}

.mian_one_right .mian_one_right_details .mian_one_details_info {
    font-size: 24px;
    color: #333333;
    line-height: 1;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.mian_one_right .mian_one_right_details .mian_one_details_content a {
    font-size: 14px;
    color: #888888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mian_one_right_list .mian_one_right_item {
    margin-left: 30px;
    position: relative;
    padding-bottom: 24px;
    transition: color 0.3s ease;
}

.mian_one_right_list .mian_one_right_item:last-child {
    padding-bottom: 0px;
}

.mian_one_right_list .mian_one_right_item::before {
    content: "";
    position: absolute;
    border: 1px solid #999999;
    border-radius: 50%;
    left: -30px;
    top: 4px;
    width: 7px;
    height: 7px;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

.mian_one_right_list .mian_one_right_item::after {
    content: "";
    position: absolute;
    height: 28px;
    width: 1px;
    background-color: #dbdbdb;
    left: -27px;
    top: 13px;
}

.mian_one_right_list .mian_one_right_item:last-child::after {
    height: 0px;
}

.mian_one_right_list .mian_one_right_item:hover::before {
    border: 1px solid #C9DFFD;
    background-color: #C9DFFD;
}

.mian_one_right_list .mian_one_right_item a {
    line-height: 1;
    display: flex;
    justify-content: space-between;
    transition: color 0.3s ease;
}

.mian_one_right_list .mian_one_right_item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mian_one_right_list .mian_one_right_item a .mian_one_right_item_title {
    width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.mian_one_right_list .mian_one_right_item a .mian_one_right_item_time {
    transition: color 0.3s ease;
}

.mian_one_right_list .mian_one_right_item:hover a .mian_one_right_item_time {
    color: #0952B2;
}

.mian_one_right_list .mian_one_right_item:hover a {
    color: #0952B2;
}

.mian_one .mian_one_img {
    margin-bottom: 40px;
}

.mian_one .mian_one_img img {
    width: 100%;
}

.mian_two {
    background-image: url('/web2024/indexbox3_bg.jpg');
    min-height: 380px;
    background-repeat: no-repeat;
}

.mian_two_title {
    display: flex;
    margin: 50px 0;
    justify-content: center;
    align-items: center;
}

.mian_two_title .two_title_content {
    margin: 0 40px;
    font-size: 36px;
    color: #000000;
}

.mian_two_title .two_title_right {
    transform: rotate(180deg);
}

.mian_two .mian_two_nav {
    display: flex;
    justify-content: center;
}

.mian_two .mian_two_nav .mian_two_list {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.mian_two .mian_two_nav .mian_two_list .mian_two_item {
    width: 20%;
    height: 180px;
    position: relative;
    background: #FFFFFF;
    border-radius: 25px;
    position: relative;
    margin-right: 25px;
    overflow: hidden;
}

.mian_two .mian_two_nav .mian_two_list .mian_two_item:last-child {
    margin-right: 0;
}

.mian_two .mian_two_nav .mian_two_list .mian_two_item a {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.mian_two_list .mian_two_item a .item_icon {
    text-align: center;
    margin: 0px auto 25px auto;
    border-radius: 50%;
    width: 68px;
    height: 68px;
    line-height: 68px;
}

.mian_two_list .mian_two_item a .item_icon i {
    font-size: 36px;
    color: white;
}

.mian_two_list .mian_two_item a .item_text {
    font-size: 20px;
    white-space: nowrap;
}

.mian_two_list .mian_two_item:nth-child(1) a .item_icon {
    background: linear-gradient(0deg, #D45529 0%, #DF9253 100%);
    box-shadow: 0px 12px 12px 0px rgba(223, 145, 81, 0.4);
}

.mian_two_list .mian_two_item:nth-child(2) a .item_icon {
    background: linear-gradient(0deg, #DF9322 0%, #EBC53D 100%);
    box-shadow: 0px 12px 12px 0px rgba(223, 175, 81, 0.4);
}

.mian_two_list .mian_two_item:nth-child(3) a .item_icon {
    background: linear-gradient(0deg, #FCBF1B 0%, #FBDD64 100%);
    box-shadow: 0px 12px 12px 0px rgba(251, 208, 70, 0.4);
}

.mian_two_list .mian_two_item:nth-child(4) a .item_icon {
    background: linear-gradient(0deg, #69AEF0 0%, #83DDF4 100%);
    box-shadow: 0px 12px 12px 0px rgba(165, 229, 247, 0.4);
}

.mian_two_list .mian_two_item:nth-child(5) a .item_icon {
    background: linear-gradient(0deg, #588DF7 0%, #78B6FC 100%);
    box-shadow: 0px 12px 12px 0px rgba(156, 199, 252, 0.4);
}

.mian_two_list .mian_two_item:nth-child(6) a .item_icon {
    background: linear-gradient(0deg, #346CFF 0%, #4091FF 100%);
    box-shadow: 0px 12px 12px 0px rgba(125, 174, 250, 0.4);
}

.mian_two_list .mian_two_item:nth-child(1).button_box::before,
.mian_two_list .mian_two_item:nth-child(1).button_box::after {
    background: linear-gradient(0deg, #D45529 0%, #DF9253 100%);
}

.mian_two_list .mian_two_item:nth-child(2).button_box::before,
.mian_two_list .mian_two_item:nth-child(2).button_box::after {
    background: linear-gradient(0deg, #DF9322 0%, #EBC53D 100%);
}

.mian_two_list .mian_two_item:nth-child(3).button_box::before,
.mian_two_list .mian_two_item:nth-child(3).button_box::after {
    background: linear-gradient(0deg, #FCBF1B 0%, #FBDD64 100%);
}

.mian_two_list .mian_two_item:nth-child(4).button_box::before,
.mian_two_list .mian_two_item:nth-child(4).button_box::after {
    background: linear-gradient(0deg, #69AEF0 0%, #83DDF4 100%);
}

.mian_two_list .mian_two_item:nth-child(5).button_box::before,
.mian_two_list .mian_two_item:nth-child(5).button_box::after {
    background: linear-gradient(0deg, #588DF7 0%, #78B6FC 100%);
}

.mian_two_list .mian_two_item:nth-child(6).button_box::before,
.mian_two_list .mian_two_item:nth-child(6).button_box::after {
    background: linear-gradient(0deg, #346CFF 0%, #4091FF 100%);
}

.button_box::before,
.button_box::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 0px;
    height: 0px;
    border-radius: 50%;
    z-index: -1;
}

.mian_two_list .mian_two_item:nth-child(1):hover a .item_icon i {
    background: linear-gradient(90deg, #ff7e5f, #feb47b);
    /* 渐变颜色 */
    -webkit-background-clip: text;
    /* 只对文字进行背景裁剪 */
    color: transparent;
    transition: all 1s;
}

.mian_two_list .mian_two_item:nth-child(2):hover a .item_icon i {
    background: linear-gradient(0deg, #DF9322 0%, #EBC53D 100%);
    /* 渐变颜色 */
    -webkit-background-clip: text;
    /* 只对文字进行背景裁剪 */
    color: transparent;
    transition: all 1s;
}

.mian_two_list .mian_two_item:nth-child(3):hover a .item_icon i {
    background: linear-gradient(0deg, #FCBF1B 0%, #FBDD64 100%);
    /* 渐变颜色 */
    -webkit-background-clip: text;
    /* 只对文字进行背景裁剪 */
    color: transparent;
    transition: all 1s;
}

.mian_two_list .mian_two_item:nth-child(4):hover a .item_icon i {
    background: linear-gradient(0deg, #69AEF0 0%, #83DDF4 100%);
    /* 渐变颜色 */
    -webkit-background-clip: text;
    /* 只对文字进行背景裁剪 */
    color: transparent;
    transition: all 1s;
}

.mian_two_list .mian_two_item:nth-child(5):hover a .item_icon i {
    background: linear-gradient(0deg, #588DF7 0%, #78B6FC 100%);
    /* 渐变颜色 */
    -webkit-background-clip: text;
    /* 只对文字进行背景裁剪 */
    color: transparent;
    transition: all 1s;
}

.mian_two_list .mian_two_item:nth-child(6):hover a .item_icon i {
    background: linear-gradient(0deg, #346CFF 0%, #4091FF 100%);
    /* 渐变颜色 */
    -webkit-background-clip: text;
    /* 只对文字进行背景裁剪 */
    color: transparent;
    transition: all 1s;
}

.mian_three_box .mian_three_left.mian_three_left2 {
    margin-right: 50px;
    width: 57%;
}

.mian_three_box .mian_three_right.mian_three_right2 {
    width: calc(43% - 50px);
}

.mian_three_box .mian_three_left.mian_three_left2 .swiper {
    width: 100%;
}

.mian_three_box .mian_three_left.mian_three_left2 .swiper .swiper-slide video {
    width: 100%;
    height: 425px;
}

.mian_three_box .mian_three_left.mian_three_left2 .swiper .swiper-slide .swiper_title {
    padding: 20px 0;
    width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.mian_three_box .swiper-button-prev,
.mian_three_box .swiper-button-next {
    right: 0;
    top: 94.5%;
}

.mian_three_box .swiper-button-prev,
.mian_three_box .swiper-button-next {
    color: white;
    height: 40px;
    width: 40px;
    background: linear-gradient(0deg, #2173DE, #0852B2);
}

.mian_three_box .swiper-button-prev {
    top: 94.5%;
    right: 45px;
    left: auto;
}

.mian_three_box .swiper-button-next.swiper-button-disabled,
.mian_three_box .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    background: linear-gradient(180deg, #93A5CF, #BAC8E0);
    border-radius: 0px;
}

.mian_three_box .swiper-button-next:after,
.mian_three_box .swiper-button-prev:after {
    font-size: 18px;
    font-weight: bold;
}

.mian_three_box .mian_one_right_item {
    padding-bottom: 30px;
}

.mian_three_box .list_more {
    display: block;
    width: 90px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 3px;
    background: linear-gradient(0deg, #2173dd, #0953b3);
    color: #fff;
    margin: 40px 0 0 30px;
}


.button_box:hover .item_icon {
    background: white !important;
    transition: all 1s;
}

.button_box:hover .item_text {
    color: white;
    transition: all 1s
}

.button_box::before {
    left: -20px;
    transform: translate(-50%, -50%);
}

.button_box::after {
    right: -20px;
    transform: translate(50%, -50%);
}

.button_box:hover::before {
    -webkit-animation: 0.6s alternate both criss-cross-left;
    z-index: 10;
    animation: 0.6s alternate both criss-cross-left;
}

.button_box:hover::after {
    z-index: 10;
    -webkit-animation: 0.6s alternate both criss-cross-right;
    animation: 0.6s alternate both criss-cross-right;
}

@-webkit-keyframes criss-cross-left {
    0% {
        left: -20px;
    }

    50% {
        left: 50%;
        width: 0px;
        height: 0px;
    }

    100% {
        left: 50%;
        width: 100%;
        height: 100%;
    }
}

@keyframes criss-cross-left {
    0% {
        left: -20px;
    }

    50% {
        left: 50%;
        width: 0px;
        height: 0px;
    }

    100% {
        left: 50%;
        width: 100%;
        height: 100%;
    }
}

@-webkit-keyframes criss-cross-right {
    0% {
        right: -20px;
    }

    50% {
        right: 50%;
        width: 0px;
        height: 0px;
    }

    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px;
    }

    50% {
        right: 50%;
        width: 0px;
        height: 0px;
    }

    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
}

/* .big_bg{background: linear-gradient(0deg, #C9DFFD 0%, rgba(255,255,255,0) 100%);} */
.big_bg_two {
    background: url('/web2024/last_index_bg.jpg') center;
    overflow: hidden;
    /* height: 660px; */
}

.mian_three_box {
    margin: 40px 0;
    padding: 0 30px;
    display: flex;
}

.mian_three_box .mian_three_left,
.mian_three_box .mian_three_right {
    width: calc(50% - 80px);
}

.mian_three_box .mian_three_left {
    margin-right: 160px;
}

.mian_three_box .mian_three_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: center;
}

.mian_three_box .mian_three_title .mian_three_title_text {}

.mian_three_box .mian_three_title .mian_three_title_text span {
    color: #333333;
    font-size: 30px;
    line-height: 1;
}

.mian_three_box .mian_three_title .mian_three_title_text img {
    margin-bottom: 4px;
    margin-left: 5px;
    vertical-align: bottom;
}

.mian_three_box .mian_three_title .mian_three_title_text i {
    display: inline-block;
    text-align: center;
    font-size: 26px;
    width: 48px;
    height: 48px;
    color: #fff;
    line-height: 48px;
    background: linear-gradient(0deg, #0e55b3 0%, #2777df 100%);
    border-radius: 24px;
    vertical-align: bottom;
    margin-right: 7px;
}

.mian_three_box .mian_three_title .mian_three_title_text.mian_three_title_text2 img {
    margin-bottom: 0;
}

.mian_three_box .mian_three_title .mian_three_title_more {
    border-radius: 4px;
    border: 1px solid #C9DFFD;
}

.mian_three_box .mian_three_title .mian_three_title_more a {
    display: block;
    color: #9AC0F4;
    line-height: 1;
    padding: 5px 10px;
}

.mian_three_box .mian_three_title .mian_three_title_more a span {
    margin-right: 3px;
    font-size: 14px;
}

.mian_bottom_list_box {
    display: flex;
    justify-content: space-between;
}

.mian_bottom_list_box .mian_bottom_item {
    width: 25%;
    margin-right: 25px;
    overflow: hidden;
}

.mian_bottom_list_box .mian_bottom_item:hover a {
    transform: scale(1.1);
}

.mian_bottom_list_box .mian_bottom_item a {
    min-height: 180px;
    display: block;
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 1s ease;
}

.mian_bottom_list_box .mian_bottom_item a span {
    font-family: 'SimHei', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: white;
    transition: color 0.3s ease;
}

.mian_bottom_list_box .mian_bottom_item:last-child {
    margin-right: 0px;
}

.mian_bottom_list_box .mian_bottom_item:nth-child(1) a {
    background-image: url('/web2024/indexbox4_listbg1.jpg');
    text-shadow:
        2px 2px 0px #0852B2,
        -2px -2px 0px #0852B2,
        2px -2px 0px #0852B2,
        -2px 2px 0px #0852B2,
        3px 3px 6px rgba(0, 0, 0, 0.3);
}

.mian_bottom_list_box .mian_bottom_item:nth-child(2) a {
    background-image: url('/web2024/indexbox4_listbg2.jpg');
    text-shadow:
        2px 2px 0px #108ECE,
        -2px -2px 0px #108ECE,
        2px -2px 0px #108ECE,
        -2px 2px 0px #108ECE,
        3px 3px 6px rgba(0, 0, 0, 0.3);
}

.mian_bottom_list_box .mian_bottom_item:nth-child(3) a {
    background-image: url('/web2024/indexbox4_listbg3.jpg');
    text-shadow:
        2px 2px 0px #AB7748,
        -2px -2px 0px #AB7748,
        2px -2px 0px #AB7748,
        -2px 2px 0px #AB7748,
        3px 3px 6px rgba(0, 0, 0, 0.3);
}

.mian_bottom_list_box .mian_bottom_item:nth-child(4) a {
    background-image: url('/web2024/indexbox4_listbg4.jpg');
    text-shadow:
        2px 2px 0px #9D2B23,
        -2px -2px 0px #9D2B23,
        2px -2px 0px #9D2B23,
        -2px 2px 0px #9D2B23,
        3px 3px 6px rgba(0, 0, 0, 0.3);
}

.mian_five {
    background: url('/web2024/ryzt_bg.jpg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 67% 100%;
    position: relative;
}

.mian_five_content {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 52%;
    left: 91%;
    width: 100%;
}

.mian_five_box_nav,
.mian_five_box_nav_title {
    width: 400px;
}

.mian_five_content_list {
    width: 44.1%;
    height: 460px;
    overflow: hidden;
    display: none;
}

.mian_five_content_list.active {
    display: block;
}

.mian_five_content_list .mian_five_content_item {
    margin-bottom: 30px;
    line-height: 25px;
    position: relative;
    padding-left: 22px;
}

.mian_five_content_list .mian_five_content_item::before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #0F60C8;
    left: 0;
    top: 44%;
    /* transform: translate(50%, 0%); */
}

.mian_five_box_nav_title {
    font-size: 48px;
    color: #000000;
    padding: 40px 0 50px 0;
}

.mian_five_box_nav .mian_five_box_item {
    display: flex;
    align-items: center;
    padding: 15px 0px 15px 60px;
    min-height: 90px;
    cursor: default;
}

.mian_five_box_nav .mian_five_box_item:hover .mian_five_box_item_title {
    color: #0f60c8;
}

.mian_five_box_nav .mian_five_box_item .mian_five_box_item_i {
    margin: 0 20px 0 0px;
    display: none;
}

.mian_five_box_nav .mian_five_box_item .mian_five_box_item_title {
    font-size: 18px;
}

.mian_five_box_nav .mian_five_box_item .mian_five_box_item_i i {
    font-size: 40px;
    color: white;
}

.mian_five_box_nav .mian_five_box_item.active {
    background: #0F60C8;
}

.mian_five_box_nav .mian_five_box_item.active .mian_five_box_item_title {
    color: white;
}

.mian_five_box_nav .mian_five_box_item.active .mian_five_box_item_i {
    display: block;
}

.mian_five_box {
    margin-bottom: 70px;
}

.mian_five .swiper-slide a {
    display: block;
}

.mian_five .swiper-slide img {
    width: 100%;
    height: 70%;
}

.mian_five .swiper-slide .swiper_info {
    width: 100%;
    padding: 25px 30px;
    background-color: white;
    min-height: 90px;
}

.mian_five .swiper-slide:hover a img {
    transform: scale(1.2);
}

.mian_five .swiper-slide a {
    overflow: hidden;
    height: 70%;
}

.mian_five .swiper-slide a img {
    overflow: hidden;
    transition: all 1s;
}

/* 首页解释 */

/* 新闻通用列表 */
.new_box {}

.breadcrumbs_box {
    margin: 40px 0 30px 0;
}

.new_box .new_list {
    display: flex;
    margin-bottom: 70px;
}

.new_list .list_sidebar {
    flex: 0 0 20%;
    background-color: #e3eefc;
    border-radius: 10px;
    overflow: hidden;
}

.new_list .list_sidebar .list_sidebar_title {
    font-size: 26px;
    line-height: 1;
    text-align: center;
    background-color: #2859a6;
    color: white;
    font-weight: bold;
}

.new_list .list_sidebar .list_sidebar_title span {
    padding: 30px 0;
    display: block;
}

.new_list .list_sidebar ul {
    list-style-type: none;
    padding: 0;
}

.new_list .list_sidebar li {
    /* padding: 20px 0; */
    text-align: center;
    cursor: pointer;
    background-color: #ecf9ff;
    position: relative;
    z-index: 100;
}
.new_list .list_sidebar li .child{display: none;}
.new_list .list_sidebar li .child_item{background-color:#f3fbff;padding-left: 5px;}
.new_list .list_sidebar li .child_item> a{font-size: 16px;}
.new_list .list_sidebar li .child_item:hover> a{color: #4d9bd9;transition: all ease .5s;}
.new_list .list_sidebar li .child_item.active a{color:#4d9bd9 ;}
.new_list .list_sidebar li:hover>a {
    color: #4d9bd9;
    z-index: 1000;
    transition: all ease .5s;
}
.new_list .list_sidebar li.active {
    background-color: #ffffff;
}

.new_list .list_sidebar li.active>a {
    color: #4d9bd9;
}

.new_list .list_sidebar li.active::before {
    content: "";
    height: 62px;
    width: 6px;
    background-color: #4d9bd9;
    position: absolute;
    left: 0;
    top: 0;
}
.new_list .list_sidebar ul li a i{ transform: rotate(180deg);position: absolute;right: 10px;}
.new_list .list_sidebar ul li a {
    padding: 20px 0;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    z-index: 100;
}

.new_list .list_content {
    flex: 1;
    margin-left: 20px;
}
.new_list .list_content .defult_name{
  
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 40px;
    position: relative
}
.new_list .list_content .defult_name span{padding-left: 20px; font-size: 30px;}
.new_list .list_content .defult_name span::before{
    content: "";
    height: 30px;
    width: 6px;
    background-color: #2859a6;
    position: absolute;
    left: 0;
    top: calc(50% - 25px);
    
}
.new_list .list_content .list_content_box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.news-item {
    background-color: #fff;
}

.news-item a {
    display: flex;
    padding: 15px 30px;
    border-radius: 10px;
    gap: 30px;
    align-items: center;
}

.news-item img {
    height: 150px;
    /* object-fit: cover; */
    width: 200px;
    border-radius: 10px;
}

.news-text h1 {
    margin: 0;
    color: #333;
    font-size: 34px;
    line-height: 1;
    font-weight: bold;
    margin: 10px 0 15px 0;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-text h1 span {
    font-size: 24px;
    letter-spacing: 3px;
}

.news-text p {
    font-size: 18px;
    color: #666;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 显示两行 */
    overflow: hidden;
    text-overflow: ellipsis;

}

.list_content .news-item:hover h1 {
    color: #1960c3;
    transition: all ease-in-out .5s;
}

.list_content .news-item:hover p {
    color: #1960c3;
    text-decoration: wavy;
    transition: all ease-in-out .5s;
}

.list_content .news-item .news-text_title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 显示两行 */
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

.list_content .news-item:hover .news-text_title {
    color: #1960c3;
    transition: all ease-in-out .5s;
}
.common-pagination {
  text-align: center;
}
.common-pagination .common-pagination-btn {
  color: #1960c3;
  display: inline-block;
  text-align: center;
  padding: 2px 10px;
  border: 1px solid #1960c3;
  border-radius: 5px;
}
.common-pagination .common-pagination-btn:not(:last-child) {
  margin-right: 0.3636rem;
}
.common-pagination .common-pagination-btn:hover {
  background: #1960c3;
  color: #fff;
}
.common-pagination .common-pagination-btn.current {
  background: #1960c3;
  color: #fff;
}


.news-divider {
    height: 1px;
    background: #e9e9e9;
    margin: 30px 0;
}

.simple-news-category-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E5E5E5;
    margin: 0 30px;
}

.simple-news-category-title .simple-news-category-title-text {
    padding-bottom: 8px;
    display: inline-block;
    color: #0953b3;
    font-size: 30px;
    font-weight: bold;
    border-bottom: 4px solid #0953b3;
}

.simple-news-category-title .simple-news-category-more{
    display: inline-block;  
    padding: 0 16px;
    border: 1px solid #9ac0f4;
    color: #9ac0f4;
    font-size: 14px;
    border-radius: 4px;
    line-height: 27px;
}

.simple-news-category-title .simple-news-category-more:hover{
    color: #fff;
    background: #0953b3;
}

.simple-news-list {
    padding: 15px 30px;
}

.simple-news-item {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.simple-news-item:not(:first-child) {
    margin-top: 25px;
}

.simple-news-item .simple-news-link {
    text-overflow: ellipsis;
    overflow: hidden;
    text-wrap: nowrap;
    width: 0;
    flex-grow: 1;
}

.simple-news-item .simple-news-link::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #c9e0fd;
    border-radius: 50%;
    transform: translateY(-55%);
    margin-right: 10px;
}

.simple-news-item .simple-news-link:hover {
    color: #4d9bd9;
}

.simple-news-item .simple-news-link:hover::before {
    background: #4d9bd9;
}

.simple-news-item .simple-news-date {
    color: #666;
    min-width: 93px;
}

/* 列表页结束 */

/* 法院简介 */
.list_content_box .words {
    line-height: 25px;
    white-space: break-spaces;
    text-align: justify;
    text-align-last: left;
}

.list_content_nav {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    /* align-items: center; */
}

.list_content_nav .content_img_left img {
    max-width: 100%;
}

.list_content_nav .content_menu_list {
    flex: 1 0 27%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding: 10px 0;
}

.list_content_nav .content_menu_list .content_menu_item {
    height: 30%;
    display: flex;
    border-radius: 12px;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: white;
}

.list_content_nav .content_menu_list .content_menu_item:nth-child(1) {
    background-color: #4D9BD9;
}

.list_content_nav .content_menu_list .content_menu_item:nth-child(2) {
    background-color: #2859A6;
}

.list_content_nav .content_menu_list .content_menu_item:nth-child(3) {
    background-color: #76A4DF;
}

.list_content_nav .content_menu_list .content_menu_item .num {
    font-size: 36px;
    font-weight: bold;
}

.list_content_nav .content_menu_list .content_menu_item .num span {
    font-size: 16px;
    font-weight: 400;
}

/* 领导班子 */
.list_content_box .ldbz_nav {
    margin-left: 30px;
}

.list_content_box .ldbz_nav .ldbz_item {
    margin-bottom: 20px;
    min-height: 180px;
    background-color: #F3F8FF;
    position: relative;
    display: flex;
}

.ldbz_item .ldbz_item_title {
    border-radius: 0px 25px 25px 0px;
    display: inline-block;
    position: absolute;
    background: #71AFE1;
    padding: 15px 30px;
    color: white;
    top: 27px;
    left: -14px;
}

.ldbz_item .ldbz_item_title::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 14px solid #537AB8;
}

.ldbz_item .ldbz_item_title .ldbz_item_title_box {
    position: relative;
}

.ldbz_item .ldbz_item_title .ldbz_item_title_box span:nth-child(2) {
    font-size: 18px;
    font-weight: bold;
}

.ldbz_item_content {
    display: flex;
    align-items: center;
    margin: 50px 0 0 50px;
}

/* 详情页开始 */
.section_content .section_title {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
}

.section_content .section_info {
    text-align: center;
    color: #999999;
    margin-bottom: 70px;
}

.section_content .section_info .section_info_date {
    margin-right: 30px;
}

.section_share {
    display: flex;
    justify-content: end;
    align-items: center;
    margin: 50px 0;
}

.section_download {
    margin-bottom: 50px;
}

.section_download_flie ul li a {
    color: #4d9bd9;
}

.content_last_list .content_last_item {
    border-radius: 30px;
    position: relative;
    padding: 20px 60px;
    color: #4D9BD9;
    background: #F3F8FF;
    margin-bottom: 15px;
}

/* .content_last_list .content_last_item:last-child{margin-bottom: 0px;} */
.content_last_list .content_last_item::before {
    content: '';
    border-radius: 50%;
    position: absolute;
    width: 8px;
    height: 8px;
    background: #4D9BD9;
    top: calc(50% - 4px);
    left: 40px;
}

.footer {
    padding: 20px;
    background-color: #01449b;
    /* 与图片中的背景相同 */
    color: white;
    text-align: center;
}

.footer_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
    flex-wrap: wrap;
}

.footer_bottom {
    display: flex;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    align-items: center;
}

.footer-links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 70%;
}

.footer-links .column {
    flex: 1;
    margin: 10px;
}

.footer-links h4 {
    margin-bottom: 10px;
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
}
.footer-links h4 a{color:white;}

.footer-links ul {
    list-style: none;
}

.footer-links li {
    margin-bottom: 12px;
    text-align: left;
}

.footer-links li a {
    font-size: 14px;
    color: #678FC3;
}

.footer-links a {
    color: white;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-qr {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.footer-qr .qr-code {
    width: 162px;
    height: 162px;
    margin: 0 10px;
    align-items: center;
    justify-content: center;
}

.footer-qr .qr-code .qr-code_img {
    background: white;
    padding: 8px;
}

.footer-qr .qr-code .qr-code_title {
    margin-top: 10px;
}

.footer-qr .qr-code img {
    width: 100%;
    height: 100%;
}

.footer-info p,
.footer-time p {
    margin-bottom: 5px;
    line-height: 25px;
}
.footer-info p a{color:white}
.footer-info .footer_logo_margin {
    margin-left: 30px;
}

@media screen and (max-width: 1280px) {
    .header_menu .header_menu_list .header_menu_item {
        margin-right: 30px;
    }
    .header_search .header_search_input input{
        width: auto;
    }
    .index_banner .swiper-slide .index_banner_title {
        width: 100%;
    }

    .mian_one_right .mian_one_right_title {
        margin-bottom: 25px;
    }

    .mian_one_right_title .right_title_nav .right_title_item {
        margin-right: 30px;
        font-size: 24px;
    }

    .mian_one_right .mian_one_right_details .mian_one_details_info {
        font-size: 20px;
    }

    .mian_two .mian_two_nav .mian_two_list {
        gap: 15px;
        margin-right: 0;
    }

    .mian_two .mian_two_nav .mian_two_list .mian_two_item {
        margin-right: 0;
    }

    .button_box .item_text {
        white-space: nowrap;
    }
    .mian_three_box {
        padding: 0 0px;
    }
    .mian_three_box .mian_three_left {
        margin-right: 30px;
    }
    .mian_three_box .mian_three_left,
    .mian_three_box .mian_three_right {
        width: calc(50% - 15px);
    }
    .mian_three_box .mian_three_title .mian_three_title_text img {
        max-width: 230px;
        margin-bottom: 5px;
    }
    .mian_three_box .mian_three_left.mian_three_left2 .swiper .swiper-slide video {
        height: 300px;
    }
    .mian_three_box .mian_one_right_item {
        padding-bottom: 24px;
    }
    .mian_three_box .mian_one_right_item a .mian_one_right_item_title {
        width: 74%;
    }

    .mian_three_box .list_more {
        margin-top: 31px;
    }
    .footer-links{width: 100%;}
}
/* .header,
.footer,
.index_banner {
    display: none !important;
} */
    .mian_three_box .list_more{
        margin-top: 31px;
    }
@media screen and (max-width: 992px) {
    .header_top_nav{margin-right: 0;}
    .header .header_box{display: none;}
    .header .header_box_phone{display: block;}
    .header_top_item a .text{height: 30px;}
    .index_banner{margin-top: 225px;}
    .mian .mian_one .mian_one_box{flex-wrap: wrap;}
    .mian_one .mian_one_left, .mian_one .mian_one_right{width: 100%;}
    .details_list{min-height: 325px;}
    .two_title_left, .two_title_right{width: 35%;}
    .two_title_left img, .two_title_right img{width: 100%;}
    .mian_two{background-size: cover;}
    .mian_two .mian_two_nav{padding-bottom: 40px;}
    .mian_two .mian_two_nav .mian_two_list{gap: 14px;}
    .mian_two_title .two_title_content{margin: 0px 0px;width: 30%;text-align:center ;}
    .mian_two .mian_two_nav .mian_two_list{flex-wrap: wrap;}
    .mian_two .mian_two_nav .mian_two_list .mian_two_item{width: 32%;}
    .mian_three_box{flex-wrap: wrap;}
    .mian_three_box .mian_three_left, .mian_three_box .mian_three_right{width: 100%;}
    .mian_three_box .mian_three_left{margin-right: 0;margin-bottom: 40px;}
    .mian_three_box .mian_three_left.mian_three_left2{width: 100%;margin-right: 0;}
    .mian_three_box .mian_three_right.mian_three_right2{width: 100%;}
    .footer_top{margin-bottom: 50px;}
    .footer-links{width: 100%;}
    .footer_bottom{flex-wrap: wrap;}
    .news-text h1 span{font-size: 20px;}
    
    .simple-news-list {
        padding: 15px 0;
    }
    .simple-news-category-title{
        margin: 0;
    }

    .news-item a {
        padding: 15px 0;
        gap: 15px;
    }

    .news-item img {
        width: 40%;
        min-width: 200px;
    }

    .list_content_nav {
        flex-wrap: wrap;
    }

    .list_content_nav .content_img_left {
        width: 100%;
    }

    .list_content_nav .content_menu_list {
        flex-direction: row;
        justify-content: space-between;
    }

    .list_content_nav .content_menu_list .content_menu_item {
        height: 120px;
        width: 33.33%;
        padding: 0 10px;
    }
}
@media screen and (max-width: 768px) {
    .index_banner .swiper-slide .phone_img{display: block;}
    .index_banner .swiper-slide .pc_img{display: none;}
    .mian_two .mian_two_nav .mian_two_list{gap: 10px;}
    .mian_two .mian_two_nav .mian_two_list .mian_two_item{width: 49%;}
    .mian_three_box .mian_three_left{margin-bottom: 30px;}
    .new_list .list_sidebar {
        display: none;
    }

    .new_list .list_content {
        margin-left: 0;
    }

    .list_content_nav .content_menu_list .content_menu_item .num {
        font-size: 26px;
    }

    .list_content_box .ldbz_nav {
        margin-left: 15px;
    }

    .news-text h1 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .news-text p {
        line-height: normal;
        font-size: 16px;
    }

    .list_content .news-item .news-text_title {
        font-size: 14px;
    }

    .ldbz_item .ldbz_item_title {
        padding: 5px 15px;
    }

    .ldbz_item .ldbz_item_title .ldbz_item_title_box {
        font-size: 14px;
    }

    .ldbz_item .ldbz_item_title .ldbz_item_title_box span:nth-child(2) {
        font-size: 16px;
    }

    .ldbz_item_content {
        font-size: 14px;
        margin: 25px 0 0 25px;
    }
    .news-text h1 span{font-size: 18px;}
    .new_list .list_content .defult_name{
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.new_list .list_content .defult_name span{padding-left: 20px; font-size: 28px;}
.new_list .list_content .defult_name span::before{
    content: "";
    height: 28px;
    width: 6px;
    top: calc(50% - 20px);
}
}
@media screen and (max-width: 580px) {
    .menu{padding: 15px;    height: calc(100vh - 190px);overflow: scroll;}
    .menu ul li a{font-size: 16px;}
    .header_top_nav{flex-wrap: wrap;}
    .index_banner{margin-top: 190px}
    .header_top_item a .text{height: 30px;}
    .header_middle_right .search_box input{width: 250px;height: 40px;}
    .header_middle_menu .header_logo_box a img{max-height: 61px;max-width: 127px;}
    .header_middle_right .search_box button{top: calc(50% - 10px);}
    .header_middle_right .search_box button i{padding: 5px;font-size: 14px;}
    .header_middle_right .menu_box .menu_btn i{font-size: 40px;}
    .mian{margin-top:30px;}
    .mian_two .mian_two_nav .mian_two_list .mian_two_item{width: 48%;}
    .mian_one_right{margin-top: 20px;}
    .mian_one_right_title .right_title_nav .right_title_item{font-size: 20px;}
    .mian_one_right_title .right_title_more a{font-size: 14px;}
    .mian_one_right .mian_one_right_details .mian_one_details_info{font-size: 18px;}
    .mian .mian_one .mian_one_box{margin-bottom: 10px;}
    .mian_one .mian_one_img{margin-bottom: 30px;}
    .mian_one .mian_one_img img{height: 60px;}
    .mian_two_title .two_title_content, .mian_three_box .mian_three_title .mian_three_title_text span{font-size: 26px;}
    .mian_one_left .swiper-pagination {
 
    bottom: 45px;
}
    .mian_two_title{margin: 30px 0;}
    .mian_two_list .mian_two_item a .item_text{font-size: 18px;}
    .footer-qr .qr-code{width: 100%;}
    .footer-links{display: none;}
    .mian_three_box .mian_three_left{margin-bottom: 20px;}
    .mian_one_left .swiper-slide a{height: 300px;}
    .mian_one_left .swiper-button-prev, .mian_one_left .swiper-button-next, .mian_five .swiper-button-prev, .mian_five .swiper-button-next{height: 30px; width: 30px;}
    .mian_one_left .swiper_title{padding: 10px 0 ;}
    .mian_one_left .swiper-button-prev{right: 35px; top: 96.5%;}
     .mian_one_left .swiper-button-next{right: 0px; top: 96.5%;}
    .header_search_item.top_left_move .tooltips::before, .header_top_item.top_left_move .tooltips::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    top: -10px;
    left: 40%;
    transform: translate(-50%);
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #2173dd;
    /* 这个颜色就是三角形的颜色 */
}
.header_top_item.top_left_move .tooltips{left: -15px}
}
@media screen and (max-width: 430px){ 
    .header_top_nav{flex-wrap: wrap;}
    .header_top_item a .text{height: 30px;}
    .header_middle_right .search_box input{width: 220px;height: 40px;}
    .header_middle_menu .header_logo_box a img{max-height: 45px;max-width: 127px;}
    .header_middle_right .search_box button{top: calc(50% - 10px);}
    .header_middle_right .search_box button i{padding: 5px;font-size: 14px;}
    .header_middle_right .menu_box .menu_btn i{font-size: 40px;}
    .header_middle_right .menu_box .menu_btn{margin-left: 15px;}
    .header_middle_right .search_box input{width: 200px;}
    .mian_three_box .mian_three_left{margin-bottom: 15px;}
    .mian_one_right_list .mian_one_right_item::before{width: 0px; height: 0px;border: 0px solid #999999;}
    .mian_one_right_list .mian_one_right_item::after{height: 0px;width: 0px;}
    .mian_one_right_list .mian_one_right_item{margin-left: 0;}
    .mian_one_right_list .mian_one_right_item a .mian_one_right_item_title{width: 72%;}
    .mian_one_right_title .right_title_nav .right_title_item{font-size: 20px;margin-right: 15px;}
    .mian_one_right .mian_one_right_details .mian_one_details_info{font-size: 16px;}
    .mian_one_right_list .mian_one_right_item a .mian_one_right_item_title, .mian_one_right_list .mian_one_right_item a .mian_one_right_item_time{font-size: 14px;}
    .mian_two_title .two_title_content, .mian_three_box .mian_three_title .mian_three_title_text span{font-size: 22px;}
    .mian_two_list .mian_two_item a .item_text{font-size: 16px;}
    .mian_three_box .mian_three_title .mian_three_title_text img{max-width: 150px;}
    .mian_three_box .swiper-button-prev, .mian_three_box .swiper-button-next{width: 30px;height: 30px;}
    .footer_top{margin-bottom: 20px;}
    .news-item img {height: auto;min-width: auto;}
}
